home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / REBOOT.### < prev    next >
Text File  |  1985-01-21  |  1KB  |  23 lines

  1. COMMAND:  REBOOT                                DOCUMENTATION : None
  2.  
  3. FUNCTION: Controls the names of the system start-up and configuration files
  4.           to permit the easy definition of the default or an enhanced system.
  5.  
  6. FORMAT:   REBOOT
  7.  
  8. TYPE:     Public domain software (D.N.Ikle, 1671 Newport St., Denver CO 80220)
  9.  
  10. REMARKS:  The batch file REBOOT.BAT simply renames AUTOEXEC.BAT to AUTOEXEC.BAK
  11.           and CONFIG.SYS to CONFIG.BAK to permit the system to be re-booted
  12.           with the standard configuration. Otherwise, it renames AUTOEXEC.BAK
  13.           to AUTOEXEC.BAT and CONFIG.BAK to CONFIG.SYS to permit the system to
  14.           be re-booted with the enhanced configuration defined in these files.
  15.           The former file usually executes any software that is to be installed
  16.           at system start-up and the latter file usually contains the names of
  17.           device drivers or initialization options. After executing REBOOT,
  18.           press Ctrl-Alt-Del to re-boot the system. REBOOT uses the Extended
  19.           Batch Language.
  20.  
  21.  
  22.  
  23.